;Info [ Npc Name{Man} X=139 Y=120 MapName={QuestRoom4} ]

;NPC Release 1 (2003) By Geoff
;99% Translated NPCs Including Quests

[@main]
#IF
#ACT
goto @QUEST

[@QUEST]
#IF
#ACT
goto @QUEST_1

[@QUEST_1]
#IF
#SAY
How did you come here? You're great, then you\
can understand my words enough.. listen carefully..\
because you could lose the way, this TacticalMaze consists of\
8 gates each with a test, by name '8 Koai-Jin' made by a ancient\
scholar, the reverend Poki.\
Would you like to know more about it? It will cose you though.\ \
<Pay/@QUEST_1_1> 3000 gold \
<Refuse/@QUEST_1_2>\

[@QUEST_1_2]
#IF
#SAY
You do not want help. Well then I wish you luck.\ \
<Close/@exit>

[@QUEST_1_1]
#IF
checkgold 3000
#ACT
take Gold 3000
#SAY
Listen carefully! There are 3 big TacticalMazes inside\
I either can not distinguish between those, but as far as I know\
one TacticalMaze follows the principle of a holy book from an ancient\
kingdom name by 'Ko-Jo-Sun'.\
It turns by the rotation of Jin->Son->Kam->Gon->Lee->Tai->Gun->Gan->Jin\
Do you want to know more? Then you should pay me 5,000 gold..\ \
<Pay/@QUEST_1_1_1> gold\
<Refuse/@QUEST_1_2>
#ELSESAY
You don't have the money to pay me for this information.\ \
<Close/@exit>

[@QUEST_1_1_1]
#IF
checkgold 5000
#ACT
take Gold 5000
#SAY
You want to know more? Of course you do.\
Another TacticalMaze turns clockwise on the basis of Taikuk 8 Koai-Jin\
in rotation of Lee->Gon->Tai->Gun->Kam->Gan->Jin->Son->Lee\
Do you want to know last TacticalMaze? Now I guess you know me\
enough, Give me 10000 gold and I'll let you know the information.\ \
<Pay/@QUEST_1_1_1_1> gold \
<Refuse/@QUEST_1_2>
#ELSESAY
You don't have the money to pay me for this information.\ \
<Close/@exit>

[@QUEST_1_1_1_1]
#IF
checkgold 10000
#ACT
take Gold 10000
#SAY 
Let me tell you about the last TacticalMaze...\
This is made with Poki's principle\
It follows the rotation of Gun->Tai->Lee->Jin->Son->Kam->Gan->Gon->Gun..\
this is the most important information... keep in mind\
Next is the direction of this TacticalMaze, of course you should pay Gold for it \
Do you want to listen? Then pay me 5000 gold.\ \
<Listen/@QUEST_1_1_1_1_1> to the direction of TacticalMaze\
<Refuse/@QUEST_1_2>
#ELSESAY
You don't have the money to pay me for this information.\ \
<Close/@exit>


[@QUEST_1_1_1_1_1]
#IF
checkgold 5000
#ACT
take Gold 5000
#SAY
You want to know the direction of TacticalMaze? Then I shall tell you.\
Listen carefully..\
The direction of Lee is toward 12 o'clock , the direction of Gon is toward 1 o'clock,\
The direction of Jin is toward 9 o'clock , the direction of Son is toward 11 o'clock,\
I don't remeber the rest directions at the moment.\
Why don't you look for those by yourself..\
Take care..\\
<Next/@QUEST2>
#ELSESAY
You don't have the money to pay me for this information.\\
<Close/@exit>

[@QUEST2]
#IF
#SAY
Well, Would you try to get through the TacticalMaze?\
In the TacticalMaze Random teleport scrolls don't work\
God bless you!... good luck.\ \
<Close/@exit>
#ACT
mapmove Q014 54 54
